Magento2 郵件相關
定義郵件模板
Path : /etc/email_templates.xml
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
<template id="module_hello_email_template" label="Test Mail" file="hello.html" type="html" module="Infinity_Base" area="frontend"/>
</config>
建立郵件模組
Path: /view/frontend/email/hello.html
寄送郵件
取得郵件模組
模組變數